github.com/klauspost/compress/zstd.encoderOptions.resetOpt (field)
8 uses
github.com/klauspost/compress/zstd (current package)
encoder.go#L165: e.o.resetOpt = true
encoder.go#L166: defer func() { e.o.resetOpt = false }()
encoder_options.go#L17: resetOpt bool
encoder_options.go#L97: if o.resetOpt && n != o.concurrent {
encoder_options.go#L121: if o.resetOpt && n != o.windowSize {
encoder_options.go#L242: if o.resetOpt && l != o.level {
encoder_options.go#L329: if o.resetOpt && b != o.lowMem {
encoder_options.go#L347: if o.resetOpt && b != o.concurrentBlocks {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |